Skip to content

Conversation

@eerhardt
Copy link
Member

@eerhardt eerhardt commented Oct 15, 2021

This work eliminates using pre-built NuGet packages during source-build.

  • Ensure Microsoft.CodeAnalysis participates in dependency flow
  • Remove unnecessary reference to Microsoft.Win32.Registry, this library is referenced automatically in net6.0 and net472
  • Remove hard-coded Roslyn versions in ApiCompatibility and use the Roslyn version used in the SDK
  • Clean up the Razor source generator dependency and comment

Contributes to dotnet/source-build#2422

This work eliminates using pre-built NuGet packages during source-build.

* Ensure Microsoft.CodeAnalysis participates in dependency flow
* Remove unnecessary reference to Microsoft.Win32.Registry, this library is referenced automatically in net6.0 and net472
* Remove hard-coded Roslyn versions in ApiCompatibility and use the Roslyn version used in the SDK
* Clean up the Razor source generator dependency and comment
@ghost
Copy link

ghost commented Oct 15, 2021

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

Copy link
Member

@safern safern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

APICompat change LGTM

@eerhardt
Copy link
Member Author

FYI @dsplaisted @captainsafia @sfoslund - I plan on merging this change today to unblock source-build pre-built work. If you could take a look that would be great.

Copy link
Contributor

@pranavkm pranavkm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spoke to @eerhardt offline - we should be free to pin this to a specific commit in main if this becomes a problem for 7.0

@eerhardt eerhardt merged commit 93064ce into dotnet:release/6.0.1xx Oct 15, 2021
@eerhardt eerhardt deleted the SourceBuildWork branch October 15, 2021 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants